home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / accs / recorder / recorder.mke < prev   
Encoding:
Text File  |  1989-11-06  |  224 b   |  16 lines

  1. #
  2. # Makefile for Server on the Atari ST using Mark Williams C
  3. #
  4. SRC=.
  5. CC=cc -DACC
  6. CFLAGS=-I.
  7.  
  8. OBJS=    recorder.o
  9.  
  10. recorder.acc:    $(OBJS)
  11.         $(CC) -VGEMACC -o recorder.acc $(OBJS)
  12.  
  13. recorder.o: $(SRC)\recorder.c
  14.  
  15.  
  16.